home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Klienci P2P / eD2k / eMule 0.47c / eMule0.47c-Installer.exe / eMule.chm / html / emule.css next >
Cascading Style Sheet File  |  2006-08-30  |  2KB  |  126 lines

  1. body {
  2.     font-family: Verdana, Arial, Helvetica, sans-serif;
  3.     color: black;
  4.     font-size: 10pt;
  5. }
  6. td {
  7.     font-size: 10pt;
  8. }
  9. th {
  10.     font-size: 10pt;
  11. }
  12. A  {
  13.     text-decoration: none;
  14.     color: #660000;
  15. }
  16. A:Hover  {
  17.     text-decoration : underline;
  18. }
  19.  
  20. .border {
  21.     border-top: ridge 1px #C8CCDF;
  22.     border-left: ridge 1px #C8CCDF;
  23.     border-bottom: groove 3px #CCCCCC;
  24.     border-right: groove 3px #CCCCCC;
  25.     background-color : black;
  26.  
  27. }
  28. .nav_t {
  29.     border-top: solid 1px #A9B0CD;
  30.     border-left: solid 1px #737B9B;
  31.     border-bottom: solid 1px #737B9B;
  32.     border-right: solid 1px #737B9B;
  33.     background-color : #8C95BC;
  34.  
  35. }
  36. .nav_l {
  37.     border-top: solid 1px #A9B0CD;
  38.     border-left: solid 1px #A9B0CD;
  39.     border-bottom: solid 1px #636A85;
  40.     border-right: solid 1px #737B9B;
  41.     background-color : #8C95BC;
  42.  
  43. }
  44. .nav_m {
  45.     border-top: solid 1px #DEE2EA;
  46.     border-left: solid 1px #DEE2EA;
  47.     border-bottom: solid 1px #838A96;
  48.     border-right: solid 1px #838A96;
  49.     background-color : #B9C2D4;
  50. }
  51. .box_t {
  52.     border-top: solid 1px #A9B0CD;
  53.     border-left: solid 1px #A8AECC;
  54.     border-bottom: solid 1px #737B9B;
  55.     border-right: solid 1px #737B9B;
  56.     background-color : #8C95BC;
  57.  
  58. }
  59. .box_m {
  60.     border-top: solid 1px #DEE2EA;
  61.     border-left: solid 1px #CAD1DE;
  62.     border-bottom: solid 1px #838A96;
  63.     border-right: solid 1px #838A96;
  64.     background-color : #B9C2D4;
  65. }
  66. .input{  
  67.     background:#7983AE;
  68.     border-width:1;
  69.     border-color:black;
  70.     font-family: Verdana, Arial, Helvetica, sans-serif;
  71.     font-size:8pt;
  72.     font-weight:bold;
  73. }
  74.  
  75. // Eintraege fuer Hilfe by dbenzhuser
  76.  
  77. ul.square {
  78.     list-style-type:square;
  79. }
  80. ul.circle {
  81.     list-style-type:circle;
  82. }
  83. ul.disc {
  84.     list-style-type:disc;
  85. }
  86. ul.none {
  87.     list-style-type:none;
  88. }
  89. ol.large20 {
  90.     font-size:20pt;
  91.     font-weight:bold;
  92. }
  93. ol.large20 div {
  94.     font-size:10pt;
  95.     font-weight:normal;
  96. }
  97. ol.large14 {
  98.     font-size:14p;
  99.     font-weight:bold;
  100. }
  101. ol.large14 div {
  102.     font-size:10p;
  103.     font-weight:normal;
  104. }
  105.  
  106. h1,h2,h3,h4.direkt {
  107.     margin-bottom:0;
  108. }
  109. p.direkt {
  110.     margin-top:0;
  111. }
  112.  
  113. div.code {
  114.     background-color:#ffffff;
  115.     font-family:monospace;
  116. }
  117.  
  118. img.inline {
  119.     vertical-align:middle;
  120. }
  121.  
  122. td.firstrow,th.firstrow {
  123.     vertical-align:top;
  124.     white-space:nowrap;
  125.     padding-right:10px;
  126. }